home *** CD-ROM | disk | FTP | other *** search
-
- ** GADGET **
-
-
- Written by: M. W. Caprio
-
-
- A Gadget for the Commodore 64
- Page 112
- Commodore Microcomputers, April 1985
-
-
-
-
- How many times have you thought of
-
- a great new addition to one of your
-
- programs and the line numbers look
-
- like this,
-
- .
- .
- 105 PRINT"THIS LINE IS FULL"
- 107 PRINT"THIS LINE IS FULL"
- 108 PRINT"THIS LINE IS FULL"
- 109 PRINT"THIS LINE IS FULL TOO"
- .
- .
-
-
- and your new feature needs to go right
-
- between lines 107 and 108?
-
- Well now you don't have to worry!
-
- Just pull out this program. After
-
- LOADing and RUNning GADGET you can
-
- renumber your BASIC programs. You can
-
- also append to the end of one of your
-
- programs.
-
- To renumber, simply press the '#'
-
- (number or pound sign) and follow this
-
- with a RETURN. This will auto-
-
- matically renumber your program
-
- starting at line number 100 and by
-
- increments of 10. One minor note is
-
- NOT to have single digit line numbers
-
- referenced in branching statements.
-
- For example, instead of GOTO 3, use
-
- GOTO 03.
-
- To append a program, simply press
-
- the '&' key and follow it with a
-
- RETURN. You will be prompted for NAME
-
- OF FILE? At this point, make sure you
-
- have the correct disk in your drive
-
- and then input the correct program
-
- name. The name is limited to 14
-
- characters.
-
-
- **** WARNING ****
-
-
- This program interferes with the
-
- LOADSTAR operating system in a very
-
- fatal way. Please be absoulutely
-
- certain that you want to RUN this
-
- program before you do so.
-
-
-
- This program is copyrighted by
-
- Commodore Microcomputers magazine.
-
- All rights to it are reserved.
-
- LOADSTAR has relieved you from the
-
- burden of keying in this program.
-
- For more information on this program,
-
- refer to the April 1985 issue of
-
- Commodore Microcomputers.
-
-
-
- >Files Used: GADGET
-
- --------------------------------------
-